home *** CD-ROM | disk | FTP | other *** search
/ Freelog 55 / Freelog055.iso / Bas / Musique / EasyAlbum / easyam_setup.exe / {app} / export_csv.tpt < prev    next >
Text File  |  2003-11-17  |  480b  |  15 lines

  1. @# CSV file(*.csv)|*.csv
  2. \"artist\",\"album\",\"genre\",\"year\",\"playlistpath\",\"coverpath\"
  3. @set(i,0)\
  4. @set(over, @size(albums))\
  5. @foreach album (albums) {\
  6. \"@replace(album.artist,"\"","\"\"")\",\
  7. \"@replace(album.album,"\"","\"\"")\",\
  8. \"@replace(album.genre,"\"","\"\"")\",\
  9. \"@replace(album.year,"\"","\"\"")\",\
  10. \"@replace(album.playlistpath,"\"","\"\"")\",\
  11. \"@replace(album.coverpath,"\"","\"\"")\"
  12. @progress(i,over)\
  13. @set(i,i+1)\
  14. }\
  15. @progress(over,over)\